vendor/golang.org/x/net/dns/dnsmessage.Builder.section (field)
15 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L1239: section section
message.go#L1271: b.section = sectionHeader
message.go#L1291: if b.section <= sectionNotStarted {
message.go#L1294: if b.section > s {
message.go#L1305: b.section = sectionQuestions
message.go#L1314: b.section = sectionAnswers
message.go#L1323: b.section = sectionAuthorities
message.go#L1332: b.section = sectionAdditionals
message.go#L1339: switch b.section {
message.go#L1362: if b.section < sectionQuestions {
message.go#L1365: if b.section > sectionQuestions {
message.go#L1380: if b.section < sectionAnswers {
message.go#L1383: if b.section > sectionAdditionals {
message.go#L1655: if b.section < sectionHeader {
message.go#L1658: b.section = sectionDone
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |